home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 18361 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.0 KB

  1. Path: service-2.agate.net!usenet
  2. From: ettienne@agate.net (Steve Nutt)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Looking for C++ class for large integer arithmetic, BCD, fixed point decimal, or decimal arithmetic
  5. Date: Sat, 20 Apr 1996 05:07:22 GMT
  6. Organization: DET
  7. Message-ID: <4l9k0v$mbo@service-2.agate.net>
  8. References: <4kinad$2j9@r2d2.teir.com>
  9. Reply-To: ettienne@agate.net
  10. NNTP-Posting-Host: ettienne.sdi.agate.net
  11. X-Newsreader: Forte Free Agent 1.0.82
  12.  
  13. Brian Keefe <bkeefe@teir.com> wrote:
  14.  
  15. >Hi!
  16.  
  17. >I've been looking for a C++ class library, preferably in the 
  18. >public domain, that supports large integer arithmetic or 
  19. >decimal arithmetic, but have not found one.
  20.  
  21. >The need is similar to that met by the bigint.pl package in 
  22. >Perl.
  23.  
  24. >Thanks,
  25. >-- Brian Keefe
  26. >bkeefe@teir.com
  27. >Thompson Electronic Information Resources
  28.  
  29. If you are using Borland C++, take a look at bigint in the Borland
  30. forum on Compuserve. If you are not using Borland, but still using an
  31. intel processor you could buy the source ($15 I think) and convert it.
  32.  
  33. Steve
  34.  
  35.